home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows4 / pcproj.zip / PMANUAL.TXT < prev    next >
Text File  |  1990-01-30  |  39KB  |  895 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                                           
  10.  
  11.  
  12.  
  13.                                           
  14.  
  15.  
  16.  
  17.                                           
  18.  
  19.  
  20.  
  21.                               P C - P r o j e c t  2 . 0
  22.                                           
  23.                                      User Manual
  24.  
  25.  
  26.  
  27.                                           
  28.  
  29.  
  30.  
  31.                                          by
  32.                                     Zack Urlocker
  33.                                           
  34.  
  35.  
  36.  
  37.                                           
  38.  
  39.                                             
  40.                                    Copyright 1988-89
  41.                                  The Whitewater Group
  42.                                     600 Davis St.
  43.                                 Evanston, IL 60201 USA
  44.                                             
  45.                                      (708)328-3800
  46.                                             
  47.                                             
  48.                                             
  49.                                   All rights reserved
  50.                                             
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.                                             
  74.  
  75.  
  76.           Table of Contents
  77.  
  78.  
  79.             Chapter 1 - Getting Started...............................2
  80.  
  81.             1.0 How to use this manual................................2
  82.             1.1 Introduction to PC-Project............................2
  83.             1.2 PC-Project features...................................2
  84.             1.3 Files on disk.........................................3
  85.             1.4 PC-Project installation...............................3
  86.             1.5 Installed files.......................................4
  87.             1.6 Windows installation..................................4
  88.             1.7 Starting PC-Project...................................4
  89.             1.8 Suggestions...........................................5
  90.             1.9 About Actor...........................................5
  91.  
  92.             Chapter 2 - Using PC-Project..............................6
  93.  
  94.             2.1 An overview of project management.....................6
  95.             2.2 Creating a project with PC-Project....................7
  96.             2.3 Overriding the calculated early start and late finish.9
  97.             2.4 Saving and loading projects...........................9
  98.             2.5 Other views of the project............................9
  99.             2.6 Assigning costs.......................................10
  100.             2.7 Estimating task time with PERT........................11
  101.             2.8 The Options menu......................................11
  102.             2.9 Tips for managing a project...........................11
  103.             2.10 Command reference....................................12
  104.  
  105.             Chapter 3 - Examining the Source Code.....................13
  106.  
  107.             3.1 Introduction..........................................13
  108.             3.2 If you don't have Actor...............................13
  109.             3.3 If you have Actor.....................................14
  110.             3.4 Learning more.........................................15
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.   PC-Project User Manual  1
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.             
  140.  
  141.  
  142.           Chapter 1 - Getting Started
  143.  
  144.  
  145.             1.0 How to use this manual
  146.  
  147.             This manual is divided into three chapters: Getting Started,
  148.             Using PC-Project and Exploring the Source Code.  All users
  149.             should read chapter 1 for an overview of PC-Project and
  150.             installation instructions.  For details on managing projects
  151.             with PC-Project read chapter two.  If you are interested in
  152.             exploring how PC-Project works you should read chapter three.
  153.  
  154.             1.1 Introduction to PC-Project
  155.  
  156.             PC-Project is a complete critical path project management
  157.             application that runs under Microsoft Windows.  PC-Project is
  158.             written entirely in Actor, an object-oriented programming
  159.             language for Microsoft Windows.  Complete source code is
  160.             included.   PC-Project is freely distributed for non-commercial
  161.             use as an example Windows program.
  162.             
  163.             If any files are missing from the version you have or if you'd
  164.             like to get the latest version, you can order it directly from
  165.             me at The Whitewater Group at the address given below.  There
  166.             is a nominal charge of $5.00 to the U.S. and $10 elsewhere.
  167.  
  168.             1.2 PC-Project features
  169.  
  170.             PC-Project is a full-featured project management system.  It
  171.             can be used to plan and monitor almost any type of project.
  172.             Features include the following:
  173.             
  174.             --Easy to use pulldown menus and graphical user interface.
  175.             --Full mouse and keyboard interface.
  176.             --Can optionally use Lotus 1-2-3 style commands.
  177.             --Can view a project as a PERT (network) diagram, a Gantt
  178.               chart, a list of activities or a list of resources.
  179.             --Automatically recalculates the critical path of a project
  180.               using CPM or PERT algorithms.
  181.             --Can allocate costs to tasks using either fixed costs or by
  182.               assigning resources with a fixed and/or variable cost
  183.               component.
  184.             --PC-Project can use LIM 3.2 expanded memory if available.
  185.             --Full source code included.
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.   PC-Project User Manual  2
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.             1.3 Files on disk
  206.  
  207.             The files on this disk are:
  208.              READPROJ.TXT   -A "readme" file of quick instructions
  209.              INSTALL.BAT    -Installation program
  210.              ZOO.EXE        -Zoo compression utility program.
  211.              PROJECT.ZOO    -A compressed file that contains PC-Project
  212.             
  213.             (The ZOO file also contains the READPROJ.TXT and INSTALL.BAT
  214.             file for easy electronic distribution.)
  215.  
  216.             1.4 PC-Project installation
  217.  
  218.             If you received this disk directly from the Whitewater Group,
  219.             there is an INSTALL.BAT program on the disk.  To install type:
  220.             
  221.                A: INSTALL A: C: C:\ACTOR
  222.             
  223.             If you downloaded this program from a bulletin board system,
  224.             then follow these instructions.  You will need the ZOO.EXE
  225.             utility which should be available on the BBS also.
  226.             
  227.             If you don't have Actor make 4 subdirectories as shown below:
  228.                MD ACTOR
  229.                CD ACTOR
  230.                MD CLASSES
  231.                MD ACT
  232.                MD RES
  233.             
  234.             Then install the application and the source code by typing
  235.                CD ACTOR
  236.                ZOO x/ PROJECT.ZOO
  237.             
  238.             Zoo works like ARC but is public domain.  Use the command
  239.                ZOO h
  240.             for help.
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.   PC-Project User Manual  3
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.             1.5 Installed files
  272.  
  273.             During the installation process the following files will be
  274.             created on your hard disk.
  275.             
  276.             PMANUAL.TXT   -This file
  277.             PROJECT.EXE   -Executable PC-Project program file
  278.             PROJECT.IMA   -Sealed off image file required to run above
  279.             *.PRJ         -Various test files
  280.             
  281.  
  282.             If you installed the source code, the following files will also
  283.             be found:
  284.             
  285.             PROJ.LOD      -A "load file" used if you have Actor
  286.             PROJSEAL.LOD  -A "load file" to seal off the application
  287.             PROJ.H        -Header file of constant definitions
  288.             CLASSES\*.CLS -Source code to the classes of PC-Project
  289.             ACT\*.ACT     -Miscelaneous Actor source code methods
  290.             RES\*.*       -Resource script files and project icon file
  291.  
  292.  
  293.             1.6 Windows installation
  294.  
  295.             If you need to create large projects and ever get the error
  296.             message "Out of dynamic memory" or "Not enough memory to run"
  297.             add a new section to the WIN.INI file:
  298.                [PC-Project]
  299.                Dynamic=2t,s.  ComplW.......ect5ai    a full-featurr   -s 25K    Dmessage "Out ; "l=2t,s.  ComplW
  300.             ( dyesos) ju   sojeiCan vubdire reque on the BBS also.
  301.             
  302.   ile"  can use LIM 3., (-Project dyey fr) PC-Projectte source code is
  303.    the slag EMSjec=1 writhe 
  304.                   asd a asses of PC-Projthe ely in JECT.E followy uo imawriEMS s      64K    LIM 3.e on the BBS alamied "load fmodifyjthe        asswriile
  305.       ,lowy 
  306.   addor non-commercialthe -L slag w  
  307.  
  308.     scelaneoumpimemor................4
  309.             1.7 St-Project features
  310.  
  311.       d off is     language for ..1xogram calculo the classes of PC-Projcalculge for . the ap   ouixed leadmuld be ile
  312.        fimemor[PC-Project]ON'Td leadmuld be ile
  313.        H     coc    1.0 follt "Not enoses of PC-Proje  -Mi thead fmay
  314.         Ithe        asswr        i      ses of PC-ProjectOR     fimemese in    files
  315.  
  316.       ceived this disk dDO            MD C>  a m    the source code by typingw s ile
  317.       arious test files
  318.            O asdrom80386fmachinassigninolROJ.o get tode tge for /386fisses of PC-Projmay
  319. owyne insar         sk d/N       , e.gn utility prograngw s386f/s ile
  320.       ar
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332.  
  333.   PC-Proj4ct User Manual  3
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340. 4
  341.           -Project featuresl   youojeromkn   i file  a    d mobugeithes          er fixed costs orsen.4 Sa bul               me at The Whitewater Grouhe add=2t,s.  ComplW.--A    s
  342.  
  343.          roject is fres di       is, In      =2t,s.  ComplW a This   chnlculasuppoculbeyonurceswe
  344.  
  345.   qu       er a bulmor................5
  346.           or..............e  -Mi      ely in Actor, an object-oriming
  347.             langu..............ge for Mice  -Mi      PC-Projedrgeloped project n  ph shoul=2t,s.  ComplWc        eadedal    MS-ge for . to seal of MicNo   cenany fie-Various test fi    d off image roject is . to seal of t is
  348.    written e on the BBS also.
  349.          n in     in   mnstall           The ZOct  To install type:
  350.                        me at Thepe:
  351.             6nalD   s
  352.  n utility prograngEvcest  , ILpe:
  353.             6n201is SA To install type:
  354.             31all28-3800        for help.
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367. .
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.   PC-Proj................15           
  390.  
  391.  
  392.  2   ed,
  393.            al  3
  394.  
  395.  
  396.  
  397.  
  398.  
  399. .11 Ad chapter 1 fote critical path proroject featuresa full-featured pr  chnlqu    It
  400.             can by "te critugh memory to r comphn viecalcu,ng renishi thesdromkn   asteplist ohart, a lte source code i
  401.  tweet isE      s1 fote crit         :edrgelop    enguw   ;s.  PC-Project is    hisook;   s    hi.4 n
  402.  plcuyi thesdmule on the BBS also.
  403.           t versio   featur       --Caad fmu   kn       o filearious test fi hart, a liinvolv   i  gthree cis disk dcalculdd a neen.dress arious test fiely inihe vfote critical path pi        If yoieccheduT
  404.     ilearious test fite criti compe fsealassiap  eachi hart, y          calcul(in.  Use the commrenish) i  versio    ileite criti o
  405.    PC-Projd writhe Code.  All usersr     tirompo    memory if availab3 Files on disk
  406. totulate criti iromistallatotula iromhe collohart, a lisoses of PC-Projalla"recalculates ".     
  407. i hart, y i       y recalculates etin board systijeroa fileaand modT\*  wrii-Canirom foll-A    aodT\*  writhe Code.  All us      lmost anyisk use IMApocuder plcu1 fote critical path pron below.  Therege rrojr-ore       ohart, a li    recalcul,. the ap  foculte source code    a
  408.   stallns.  k    e
  409.   adhWhitew   ahart, a li   =2t,s.  ComplWcPC-Projd writhe     tojd niroMice  rt, a li      o  a   =2t,s.  ComplWrecalcula    I"slack" niroMory if availab3 Files on disA         ute criticighulben       useo aoh    MicWe  It act Code.  All useoromhe allatlocat the appniros d off imMory if availab3 Files on dis--Buyjthe h     (7 days)3 Files on dis--Mcha wri(4 days)3 Files on dis--PbutjeiCa(2 days)3 Files on dis--CarpojeiCa(5 days)3 Files on dis--FurnishiiCa(14 days)Mory if availab3 Files on disSoromhe allslatlocatmu   bend    bef    oile  Micn in       etin board systwetmu   buyjaoh     bef    we  Itmcha wrMicewin, we rojectte source codepbutjebef    we  IrpojMicOto tatlocat    In  cu   depen.enc fixed costs or the It
  410.   d    wriplc    lMicn in       eepbutj    hn.  Use the comm Irpoj    h   indepen.der he furnish   Mory if availab3 Files on disOuJ.H r   step wrical p
  411.       te critiw utility     If yoiroject features a prsa full-Evclunstall theReter 1T chnlqu  )tt
  412.   Micees a   Use the comm 
  413.   i     oject a a PERT mhe alla hart, a liin     te critihn.  Use the comme fsealasssk dc ofeoc     chart, a lMory if availab3 Files on disAes a p 
  414.   if in       useo aoh    icighullook      the Code.  All ussource coMory if availab3 Files on disisisisisisis7isisis4 disisisisisisis2sisisis        Dynamic 
  415.      -> Buyj-> Mcha -> R PRy-> Pbutj-> Carpoj-> En.  Use the commandndndndndndndndndndndndndn|ndndndndndndndndndndn|  Use the commandndndndndndndndndndndndndn|ndndndnd14 disisisisi|  Use the commandndndndndndndndndndndndndn-----> Furnishin-------ndndndndndndn
  416.  
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427.  
  428.   PC-Proj6ct User Manual  3
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  on the BBS alamieileaand aterof coallohart,    a         he I     "R PRy"Mory if availabTlla hart, a li"R PRy", "
  435.     "l the"En." h   kn   aalte source codemResot  e MicMResot  e a    dhart, a lileaa, un     tloca5aion'te source coden   iromhr        asMicMResot  e a            ma a sk dcalcul ever get the eren.    signifsea pr locaMicWe     sk d"R PRy"emResot  eaddor non-commerce fsealaileaanw a    ADPRyD  -A ttl  in  -         i thebep
  436. te source codepbutj    hn. furnish   Micewor morytlocat It    Ionlyjaod,
  437. roject program finputihn.-  tput,emResot  e t It    Isrge alyisk u,ead fmayject program f    Itm onileduc  "dummy"emResot  eliin       --Catm     ject program fdiffe  er plthliin       --CMory if availab3 Files on disamieileaan"Furnish" i       y recalculates   coc  it'   engt             ZO(14 days) i  g If y  ila    y totula iromf in"Pbutj"ihn.  Use the comm"Carpoj" (7 days).isk
  438. totula iromhe     te critiistalusssk ses of PC-Projairomhe collTlocat     y recalculates        is 25 days            ZO(7+4+14)Mory if availab3 Files on disk
  439. "Pbutj"ihn.m"Carpoj" tlocatw util    Islackjairomhe 7 daysMory if availabTlusspbutj    ( dy Irpoj   )tt utilfaollowh  deccheduT
  440. r aalte source codemu   a  7 daysebef    itiw utilitcoromrecalculahn.mMApdhaisoses of PC-Projallatotulate criti iroMory if availab3 Files on dise in    owin rrojr-ore a neearlyjcalcu,nearlyjrenish,yey fses of PC-Projcalculhn.mey f renishiniros he c moohart,    dyhe     te crite on the BBS alam mnllyjthes a    culcul
  441.    ge rrojr-ore   y recalculates e on the BBS alFst ohart, a lileaand   realculaa neearlyjniros a  adh Isaromalte source codedh Iey f nirosMory if availab3 Files on disSoroniros ad fmay
  442. wishin -Apecifyjad chapri.4 Saearlyjcalcul ever get the erey f renishiniroMicn in       eead fmighulsojects aarlyjcalcuject program fday
  443. f in"
  444.     "l o
  445.   09/01/88,eroa 
  446.     Whitewate critibep
  447. lte source code n   Whidy fMicCono geelyeead ft utilsojects ey f renishidy fses of PC-Projf in"En."  o
  448.   10/01/88. the ap  culcul
  449.       oto tady flte source codeba     n   is en. dy fMicYd ft utilowin chapri.e a neearlyses of PC-Projcalcul dyey f renishif-Mi tmoohart,  .iskis is    ful "load ses of PC-Projkn  ,if-Mi       ee  Whipbutj    is ccheduTd  o
  450.  p
  451.  ct a soses of PC-Proja plcuicultady.e on the BBS al=2t,s.  ComplW...ud,
  452.               y recalculates eaearlyjcalculhn.mey f  Use the commrenishady fla    dutomnstcnllyjculcul
  453.   mor..............2ectC              --Caignin    1.7 St-Project featureWap             calcus ad f foll    Iad "em  y"e    --Caigniroject featureju   "
  454.     "l the"En." mResot  e Mick
  455. enitiulas        dy fses of PC-Projhe     te critiist1/1/88ogram 
  456.  p
  457.  
  458.          --Caigniniroject featurediffe  er dy f,lsol      y th u itt nF    Newmese in    sol   ver get the erron ft mcald er a lead
  459.       m    i n F     ap   n New,l dy"l=2t,s.  ComplW
  460.   prefe ,  the sour [ewo-F]. the ap  Nmes(e in    owin    =2t,s.  ComplWLotuss1-allas yl   PCcald , e.gn / F Nm)3 Files on dis3 Files on disAea Plogisoxm foll-oromhe Wsd
  461.   
  462.       naromhe     te crit,niroject featurebctof rrsrecpstallne     te criti the appearlyjcalcul(ES)ihn.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.   PC-Proj7ct User Manual  3
  475.  
  476.  
  477.  
  478.  
  479.  
  480. ey f renishi(LF)ady flograyp
  481. "H    " a      naromhe    arious test fite criti theor, re appearlyjcalculdy f "09/01/88"Micn inmoct Code.  All uste crit  ad f follApecifyjonlyj appearlyjcalculhn.meeulo troject featuresa full-culcul
  482.   cts ey f renishmese in    mcha 
  483.  tweet the Code.  All ussieldliin     a Plogisoxmr a lead
  484.       m    i rmr ap Groource code by typ[Tab]. the[Shift-Tab].reWap  ad f    renished,d leadmuld be Okroject featurebuttuld o accep    y dy fla( dyp Gro [Er, r])i rm leadmuld be           MD Caoc lebuttuld( dyp Gro [Esc])i    aoc lMory if availab3 Files on disaexteead f    y     If yoithe o n     y ohart, a lise    arious test fite critib..ud,
  485.    y NewcMResot  eoitheNewcTlocrron fthoi asM3 Files on disScoc  sk d"
  486.     "lmResot  ea    lADPRyD  If ydeead ftIt
  487.  p
  488. te source codebyD  If ,
  489.    y "Buy" tloc.reSol    NewcTlocris disk dron Miceroject featurediPlogisoxm foll-oromheMicn inn  ,iju   typ
  490. in     naromhe    arious test fitloc, "Buy", aodTsrecpstal,e appniro, "7",. thelastlyeetyp
  491. inte source codedh Iinputi"
  492.     ".iskis roa fileaan"Buy" is  o n    y      arious test fi"
  493.     "l hart,  .isWe'olleeulo tsa full-culcul
  494.   cts earlyses of PC-Projcalculhn.mey f renishif-Miuat theign    coctat the       asif-Mte source coden wmesSoiju    leadmuld be Okebuttuld o accep        hart,  .so.
  495.           load ssourceehe app
  496. ltrucl of t apps a pa PERT m folln   rojwses of PC-Projalla"Buy" tloc  o n    y      d"
  497.     "lmResot  ee on the BBS also.
  498.           t             locat    dra  aale  cudeg  s1 themResot  eli   =2t,s.  ComplWdra  aale oun  he  cudeg  s.lW...default,e appearlyjcalculdy fron below.  Thereroj  cy he   vppeachi hart, yMory if availab3 Files on dise in     ap  or, reithe o n     y rembut     hart, a lMory if availab3 Files on disdisaewisdisaaromlabTiromlaInputiisOutput3 Files on disdis---------------------------------------3 Files on disdisTlocrdisMcha isis4 disiBuy3 Files on disdisMot  ea R PRy on disdisMo  ject program fdisTlocrdisPbutjesis2sisisR PRyject program fdisTlocrdisCarpojeis  rdisPbutjesiEn.  Use the commandTlocrdisFurnishi14 disiR PRy onEn.  Use the commroject features          ere"ca   sonsinihe"esdmleaan"Buy" is    adh Isaromalte source code"buy"  in"BUY"ograyp
  499.     narosi   ctlyja t apyjappeare   vpMory if availab3 Files on disamieileaanad fmu   typ
  500. in     Inputisield i  versio    o n  fixed costs or tl hart,  .is load s  k  aomact k eead ftIt leadmuld be           MD ohart,    gnincts eeft m    ibuttuld in   e   y rurs-Mi ttte source codep Gro [F2]d in[Er, r]o   erof it.is load swa pr e rrProji t           MD ohart,  ,lsol      y th u itt nDrProjiAhart,  .is    1.7 St-Pn board systwfollwar  ad fie alla hart, y i  stfoll-o n    Mory if availab3 Files on disn in locat"Carpoj"  the"Furnish" ad froject owin or, re"En." hlte source codedh I  tputatm  ookhe cts eysticiesot  eereWap rge  ad frojectsso.
  501.           tputao  
  502. i hart, y it owin roj t appOutputlne     -o n               MD ohart,  Micn in       ee"load   leadmuld be "
  503.     "lmResot  eetin board systad f follAeeileaanit ha ta tOutputl"Buy"Mory if availab3 Files on disWap  ad frenishi-o n  ,
  504.    y ohart, a liley recalculates ses of PC-Projcoject oppearei  boldmese in     ap  oxperironti the ry  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516.   PC-Proj8ct User Manual  3
  517.  
  518.  
  519.  
  520.  
  521.  
  522. diffe  er "weaanif"escenario Micn in       e leadmuld be           MD "Pbutj"itloc ( in   e   y rurs-Mi ttep Gro [F2]d in[Er, r]) hn.  Use the comm la gee appniroris di2atm 12Mick
  523. t leadmuld be Okebuttule on the BBS alamalce   Whitewarecalculates  ha tbeet   culcul
  524.     theis   wses of PC-Projdiffe  erMicewin,  appearlyjcalcul iromf in"Carpoj" istaet days            ZOl
  525.  r.   t fait,n appwhol  te critiha tbeet rrPcy her aam la geject program fine appnirori   lk liloipbutjMory if availab3 Files on disRememby  ila   locat lk pniror the       asibutemResot  eliddor non-commerc   Micewin,  locat Itonlyj    Iaod,
  526. roIinputi dyhutputMicU  =2t,s.  ComplWmResot  eliwap  ad f    y     If yodiffe  er plthliin    arious test fite critmor..............2e3 Ohapri.4 Satewarulcul
  527.    earlyjcalculhn.mey ffrenishor..............e in    specifyjad earlyjcalcul(ES)i dyey f renishi(LF)ady fses of PC-Projf in tmoohart,  .is load sdn,  aist follchapri.e weaanis            ZOrulcul
  528.    r a
  529.  
  530.  
  531.  
  532.  
  533. Micn in       ee"load  wa pr    te critte source codedm 
  534.  p
  535.  ot day 12/31/87,froje
  536.     '  ESy     Whidy fMicIload ses of PC-Projwa pr e Aeeiwap  th   sf    y   
  537.   d  ear aie     te crit  Use the commrenisheat   day 9/15/88,erojeEn.'  LFy     Whidy fM3 Files on dis3 Files on disAolldy fla    or, red i  MM/DD/YYi dyMM/DD/YYYYifm mnjMory if availabE      lise validldy fla        09/15/88,e1/1/88, 9/01/1987Mory if availabE      lise invalidldy fla    31/09/88, 01/01,. thein cle on the BBS al3 Files on disS tt4 Saearlyjcalculhn.mey f renishiis    artcorron  hef-Mte source codeohart, a liine appte criti coc  itfmay
  538. onileduc  ex ass            ZOslackjairom ttep Gve pr    recalculates  is dibe4 Safoun Mory if availab3 Files on disk   aoc ljad chapri.e dy f,lad ftItrrProji  y dy fiine appESses of PC-Projhr LFysield ne     diPlogisoxmor..............2e4 Sav    hn. loa.4 Sate crit or..............e in    sa e   y rur  er p   --Catm rojkib..ud,
  539.    y F    S   ject program f PCcaldi rmr ap Groour [Ctrl-S].lW...default  appextonsi   .PRJron below.  There   d.is    1.7 Stl-oros  gninsrge alIsarpl  te crits soses of PC-Projrojkmese in    loa.jthes a gnincts  PCcaldiF    Opeld inbyject program fp Groour [Ctrl-O].is    1.7 Stlwfollwar  ad fie 
  540.    ryo   exit  Use the comm dyeoa.j
  541.          --Caignihut sa 
  542.   
  543.  dyhld ct amor..............2e5 Oto taviewlise     te crit  3 Files on disk
  544. s a pa PERT mis    ful f in  If ,
  545.        --Ca theieeource code by typ  y reey  of hips 
  546.  tweet  hart, a lMisk
  547. View th u hhlte source codethoi as   Whicono y oto tainfm mnj of.reSol    t
  548. View Ga p ver get the erron fitt n dyp Gro [F6]r e Aeeia Ga p m lar Mice     w  d wses of PC-Projwfolloppearerojw,
  549.    airolore he     te critendTlocat    dranwses of PC-Proja tbarsa gnincts  ecalculanirori  blackj theilackjairomi  ERTyMory if availabMResot  eat    dra  aalea Pmold escoc  sk y d  '   lk n tmce code by typ iroMicTts  ecalculaohart, a liowin     Iao"*"   xty      iMte source codenarosmese in    erof ohart, a liis di gniine appGa p m lar nbyje  
  550.  
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.   PC-Proj9ct User Manual  3
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  lead
  568.   uld bemiowinmese in    owin p Gro [F1]jf in  help            ZOs  Iele on the BBS al3 Files on disk   lose   y Ga p m lar ndoubl   leadmuld be "systt nsox"inte source codedh Iupper eeft corner  dyp Gro [ewo-F4]e on the BBS al3 Files on disk
  569. View Ahart, a li PCcaldi(n dyp Gro [F4]) wfollgi  Iaolict Code.  All uso  llaohart, a liine appte criti gninctsirenaro,pniro, ilacketin board systearlyjcalculhn.mey f renishinirolMory if availab3 Files on disk
  570. View         cuCcaryo PCcaldi( dyp Gro [F5]) wfollgi  Ia            ZOsuCcaryone     te critirojw,
  571.      naroeaearlyjhn.mey f calcufixed costs or tdmrenishady fl,e appnotulaniro, ilackeithe octa.iskisject program f PCcaldi   sadh IsaromdiPlogisoxma      aewiF     PCcaldihn.  Use the comm It
  572.  e   dy    la gee appearlyjcalcul dyey f renishidy flaol=2t,s.  ComplW    te criteor..............2e6 Aroogt     octaor..............e in    aroogt coctat o a te critiine wolwaylMisk
  573. easa ltlwayron below.  There o aroogt a rexehe oct (inedourars)i   eachitloc.ree in   ses of PC-Projro  aistr affol    ine appFexeheCoct sield wap  erof,
  574.    aloc.3 Files on disk
  575. View         cuCcaryo PCcaldialwaylirojwse appnotula oct ol=2t,s.  ComplW    te criteorFiles on dis3 Files on disAem    sopaisalcu
  576.    wayso  roogt     octahere o    =2t,s.  ComplW       as.isRe     asi    peopl   dyhbcrits   Whic       Ia  Use the commrex    th/ dyvariabl   oct roociu
  577.    wgninctsire   .isMoct Code.  All us       asi    Iaovariabl   octmese in    oroogt        asi o aarious test fitloctr affol    ine appRe     asisield wap  erof,
  578.    aloc.3 Files on disYd sdn '      y     If yo       asibef    ud,
  579.    ym.is   roject featuresa full-wfollroj  cy aodiPlogisoxm appfirsul iromao       anis            ZO   dy   aurce 
  580.    ofrojectse octa.ory if availab3 Files on disn in       e leadmuld be "Pbutj"iohart,  .is ne appRe     as Code.  All ussield typ
  581. "Fred BobsPbutj"Misk
  582.        asicoject b  sopara              MD r a  ea in     spa as.isWap  ad f leadmuld be Okebuttul, aarious test fidiPlogisoxm foll-oromhejf ineachine                asi"Fred"etin board syst"Bob"  the"Pbutj"Mise in    er, rei rexehe oct (FC),ovariabl ject program f Pct (VC),o themaximumjf ineachMicn in       eew a ject oroogtfixed costs or yvariabl   oct f inFred ne 50, roa ,
  583.  w apcy him $50 per dTyMory if availabScoc  Bobs    iisieldi fyhurseew adn '      Iloipby himfixed costs or tyth   ,ein ju   p Gro [Er, r]olea 
  584.    appfields blanc.3 Files on disPbutje foll-o   useesby $500, regardlGro  fyojwematmodays it  Use the comm lk liloipbutj,ein w a ject     Iaorexehe oct  thenoovariabl ject program f PctMory if availab3 Files on disk
  585. maximumjfield  It
  586.  e   dy     dlcu
  587.     Whia tlcuiculMte source code       anisonlyjavailabl  f inin matmodaysMicIlot
  588.        aron below.  Thereoge allocu
  589.   ,Iao"*" wfolloppeare  xty   i '  naroiwap  ad ron below.  ThView AollRe     asi( dyp Gro [F3])Misk
  590. View AollRe     asject program f PCcaldiowin rojwsewapr
  591.        asia   ud    theojwematmodays=2t,s.  ComplW   yia   ud   f iMory if availab3 
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601.  
  602.  
  603.   PC-Proj10ct User Manual  3
  604.  
  605.  
  606.  
  607.  
  608.  
  609. Ilowomaloogt BobsaldiFr dy   anoto taaloc,eiuchi si"Mo  "etin board systctsirerex    thyvariabl   octst follautomnj cullyj
  610.  e   dy              ZOrulcul
  611.  ectse octine     tloct the appnotulate criti PctMory if availab3 Files on dise in     la gee apprex    dyvariabl   oct o  e       anbyject program fud,
  612.    y View Re     af PCcald.iskise foll-la gee appra  s=2t,s.  ComplWaldi pdy filla locat  Whiuse   y        an siweollase appnotularious test fite crit  octmese in    owin rrProji         an gnincts DrProj3 Files on disRe     af PCcald.is    1.7 Stlwfollwar  ad fie   y        anis            ZOstfolline   .ct User Manual  3333333333333333333333333333333333333333
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621.   PC-Proj11ct User Manual  3
  622.  
  623.  
  624.  
  625.  
  626.  
  627. 2.7 Estfmf ,
  628.  tloct irom gnins a   3
  629.  
  630.  
  631.  
  632.  
  633.  
  634. Soroniroload s  y    ak  w  appexa   tiromrequir dy    PCpProj3 Files on disaitloc.ree in      If yoans a Tlocewaichiestfmf  lilirombas             MD uld be likel ,lbect  thect shic se scenario MicWap  ad f    y              ZOr If yoantloct gnin   estfmf  daniro, iol    aewis a Tlocte source code ato taala  aewiTloc.reOoc  ad freolline appfields f inlikel ,           MD rect  thect shinirol,lad ftItuse ans a Tloceju   like aarious test firegulMitloc.ree in    owin f Ielyjmixns a Tlocsa gninregulM3 Files on disklocsa gnink  wninirolMisk
  635. f    s a .PRJ rojwse   e       ol=2t,s.  ComplWa te criti gninestfmf  daniroseor..............2e8sk
  636. Op  of rron   3 Files on disk
  637. Op  of rron iha tsrge alImiscelaneousethoi asMicn itin board syste      eead ftIttur  offlautomnj c   culcul
  638. i   ne                ZOr calculates Micn inlMg  te crits,  aist    speedi pidy aarious test fier,ryos    Whiad ftItmlk nsrge alI-la gest the apt   culcul
  639.  =2t,s.  ComplW    recalculates  r aiol   ,
  640.  Op  of rR culci rmr ap Groour=2t,s.  ComplW[F9]e on the BBS al3 Files on dise in    owin thoose Op  of rDoj  cy s tt4 Sliloiviewd be ly fses of PC-Projfenish, ilackeaniro,  in oct f ineachiohart,  .ise in    sol   te source codedm viewdsoronh,
  641.   bo  Iath/ dyberce eachiohart,  line apps a   ious test fidiPERT .lW...default  appearlyjcalcul iromilirojwn  bo  Ieachte source codeohart,  .isHowrge eead ftject -la gee aere o suihiad dyhwnte source codedas fl,eroj  cy4 Saterhapse appniromuld opt the app oct berceeor..............2e9 Tips f incalag,
  642.        --Cor..............--Lict  ollce     tlocst themResot  eliuldpaper firsue on the BBS al--Remembe ee locat Itonlyj    Iaod,
  643. roIinputialdi utputM on the BBS al--
  644. WmResot  eliwap rge  splitt4 Sa injoi ,
  645.  ererequir dM on the BBS al--Splitolengthye locatutjo sm oler   elif inflexibil,  . on the BBS al--Ilo oct,
  646.  weoll
  647.   d  eee"der,ifyjaoll       as. on the BBS al--C If yoans a pa PERT mne     te critiis dieeft jo rightM on the BBS al--
  648. Wa Ga p m lar r e Aeeiilackjairos. on the BBS al--Focuseatter,io
  649.  ot  locatuld be r calculates M33333333333333333333
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.   PC-Proj12ct User Manual  3
  659.  
  660.  
  661.  
  662.  
  663.  
  664. 2.10eCoCcaldirefpr
  665. n aro3 Files on disAollron i PCcalds  It
  666.  eexecu  dar a lead
  667.    gnincts mo   .ctFiles on disAo, rn
  668. ivelyjad ftItuse cts Ao, keyjhn.mdh Iun  rlore            MD Pro, rso   execu  Wa  PCcald.isn in       ee[ewo-F] sol   s                ZOF    ron .ree in    owin use Lotuse1-2-3jcay    PCcaldl,ee.g. /            ZOF S f inF    S   e on the BBS al3 Files on disSoromron fitt liowin     Iaccele at inkeyat  Whidir ctlyject program fexecu  Wcts  PCcald.isn in       ee[Ctrl-N] (rojwn  s ^N)ject program fexecu  s   y F    aewi PCcald.isSimRearlyj[F9]   culcul
  669.  s                ZOr calculates MicP Gro [Esc]r e  aoc ljai PCcald. on the BBS al3 Files on disWap  amron fis    asol     ,I  y rurs inkeyatweollmo e   yte source codeorrce rurs inine appte criti g d w.iskiseisi  ndyfie 
  670.   dn ' te source code    Iaomo   .  Clead
  671.    be left mo   ebuttultuldat  hart,  a itin board systp Groour [F2]a in[Retur ]tweollerof  be ohart,  . on the BBS al3 Files on disMon i hoi aon disKeyj  Drs  ip  of on the BBS al---------------------------------------------------------- on the BBS alHelp!n the BBS al F1 al--Doj  cy helpOs  Ielory if availab3 Files on disnil ject program f  aew...rogram f  ^N al--C If yoan        --Corct program f  Opele..rogram f ^O al--Opele   e ict,
  672.      --Corct program f  S    program f  ^S al--Sa e   y rurr
  673. nt     --Corct program f  S    As...rogram f  l--Sa e  gnin n    naroorct program f  PrutjeClar r f  ^P  l--Prutje appte critorct program f  PrutjeRepor r f     l--Prutjea cuCcaryorepor orct program f  Ab ut Aha inhe BBS al--Inf im
  674. i   ab ut Aha iory if availab3 Files on disaeworct program f  MResot  en the BBS al--C If yoathe onnriti n    MResot  eorct program f  Tlocect program f  al--C If yoathe onnriti n    Tlocte source code ns a Tlocen the BBS al--C If yoan    Tloci gninestfmf  daniroory if availab3 Files on disDrProj3 Files on dis  Ahart, yen the BBS al--DrProji   e ict,
  675.  MResot  en inTlocte source code nRe     afn the BBS al--DrProji   e ict,
  676.         aron below.  Thron below.  ThView3 Files on dis  AnRe     afn the BBS --Erof          as  octaorFiles on dis  AollRe     asidisn3 l--Seoiwaprfilla       asia   ud  3 Files on dis  Ahart, iasidisdisn4 l--Seoillaohart, a l,  octa,idy florct program f  Pr      cuCcaryo F5 l--Seoite critiralcu,jfenish,  oct, ilackorct program f  Ga p m lar risdisn6al--Opele in lo
  677. Wa Ga p m lar r iroloreron below.  Thron below.  ThOp  of orct program f  Doj  cy s tt4 SliF7 l--Selritiralcu,jfenish,  oct, etc3 Files on dis  Aujo r culciisdisn8 l--Automnj cullyj  culcul
  678.  e appte critorct program f  R culc!n the BBS F9al--Rerulcul
  679.  ectse  calculates orct program f  SojwRoom!n the BBF10e--SojweojwemuchimemoryoWg d wsi  s333333
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.   PC-Proj13ct User Manual  3
  689.  
  690.  
  691.  
  692.  
  693.  
  694. al  3
  695.  
  696.  
  697.  
  698.  
  699. Clap, re3 - Explor
  700.    be S    afCodeal  3
  701.  
  702.  
  703.  
  704.  
  705.  
  706. 3.1s ntroduc  of o3 Files on diskilirec  of give   ibsieftutjroduc  ofo   explor
  707.    be      aron below.  Thcodemne 
  708.  
  709.  
  710.  
  711.  
  712. .iskiseisi   anriGroaryoile id taan use    roject featuresa full,lbut ihic   give 
  713.   sorooilsighttutjo ojwete ERT sia  roject featurew cateroileAha i.isn in     inf im
  714. i   ab ut 
  715.  
  716.  
  717.  
  718.  
  719. ' orct program fdeoogt   f taan  be ocuicle   t  appeld. o3
  720.  
  721.  
  722.  
  723.  
  724.  
  725. 3.2Ilo
  726.   dn ' e    IAha iorctFiles on disAha in     af Pdomilira i daile  cileASCII t xtyf   st thec             MD re view daileatmot xtyerof i.isS    af Pdomilira i daileclaloses of PC-Projfe  st(*.CLS)nine appCLASSidir ctoryoaldiossAha in Pdomfe  sses of PC-Proj(*.ACT)nine appACTidir ctory.disk
  727. romiliowin a header fil ject program f(*.H) ud   f ie onraltjedefeni  of Misk
  728.        a s  ip sses of PC-Proj(*.RC)ia   ine appRESidir ctory. on the BBS al3 Files on disClalojfe  st ontcile ollce      Pdomforei tlcuiculMeclalo. on the BBS aln in       eet
  729. f    CLASSES\NETWORK.CLSedefen st ollce     on the BBS alronhodat  Whiobcritslce clalosaetct kIun  rraltd.isEachimenhodorct program fdefeni  ofmiliropara   ar atctn  clam
  730. i   carcat(!!)nk  wnias=2t,s.  ComplWa "chunk carc"Misk
  731.  
  732. Wa     cc    utomnj cullyji  ad in Pdoroject featurewap  ad fuse cts Aha indrgelopm
  733. nt environm
  734. nt.isEachiclaloses of PC-Projfe  iowin beg,st gnin   "in
  735. rit"imeroag .  Aroil
  736. rit            ZOsta  m
  737. nt iuchi s on the BBS al3 Files on dis Thel
  738. rit(aetct k, #sa full,3 Files on dis ThThThThT#( oct  on dis ThThThThT/* cuC o  oll-o  s */            ZO source code       asidisdishThThT/* ud   bye locat*/            ZO source code utoCulciisdisishThThT/* booleafmilir culcion?t*/            ZO source cod), 2, nil)!! on the BBS al3 Files on dismeafs   Whia     aoc ra ilce     e ict,
  739.  clalosaetct k,Orull  3 Files on dissa full,lilibe,
  740.  c If yd.is 
  741.  
  742.  
  743.  
  744. includ s    Ie     inralt aron below.  Thvariabl s:  oct,        asian   utoCulc.  Aollce     ronhodaorct program fdefen   f ie lalosaetct kI siweollase appinralt ahvariabl s,3 Files on disa    apt el
  745. rit dar a lalos
  746.  
  747.  
  748. . on the BBS al3 Files on dise in follawin rIe "  w"imeroag s ine app.CLSean  .ACTjfe  s. on the BBS alk
  749.  
  750. Wa   owin automnj cullyjgp rra   ar atts Aha inenvironm
  751. nt=2t,s.  ComplWaldig d cu
  752.  ectse lalojf inwaichironhodata   be,
  753.  defen  . on the BBS al3 Files on disAha in Pdomfe  sj(*.ACT)na   ud   jo ojlhemRscelaneouseronhoda. on the BBS aln in       eePROJ.ACTj ontcilseronhodedefeni  of  add  y              ZOsys fme laloolMisk
  754. header fil ePROJ.Hj ontcilse"#defen "            ZOsta  m
  755. ntlirimRear jo w Whiiliud   ineCMisk
  756. header fil eis            ZOud   bos  r aAha inaldir atts        a  PCpil r. on the BBS al3 333
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.   PC-Proj14ct User Manual  3
  766.  
  767.  
  768.  
  769.  
  770.  
  771. Aha in     af Pdomroject re quit Iun  rraltdabl  jo atm  eorct program fexp
  772. ri
  773. n adt gninCe inPascul.  CPCc
  774. ntlia    gniine/* aldi*/.ctFiles on disAha inha tif/else sta  m
  775. ntl, loop/eldLoop, iol   /c se etc. o3
  776.  
  777.  
  778.  
  779.  
  780.  
  781. 3.3Ilo
  782.       IAha iorctFiles on dis
  783.  
  784.  
  785.  
  786.  
  787.  
  788. ha tbIelot s   a gninAha in2.0Iun  roWg d wsi2.1=2t,s.  ComplWaldiWg d ws/386i2.1. o3
  789.  
  790.  
  791.  
  792.  
  793.  
  794. To rune appapplic
  795. i   utjrrac
  796. ivelyjis diAha ieead f foll    te source codedm includ e appte criti       asiutjo a ge si   ne Aha i.3
  797.  
  798.  
  799.  
  800.  
  801.  
  802. To doe aereead ftItr If yoPROJ.EXEjis diACTOR.EXEjhn.mdh arious test fire     a s  ip  fil ePROJ.RC. on the BBS al3 Files on disdisCDpRES3 Files on disdisCOPY ..\ACTOR.EXEjPROJ.EXE3 Files on disdisRCjPROJ3 Files on disdisCOPY PROJ.EXEj.. on the BBS aldisCDp.. on the BBS aldisWIN PROJiACTOR.IMA on the BBS al3 Files on disTbe      af Pdomud se appLa guag  Exters of  Iiobcritira iag ses of PC-Projfacil,  . Ilo
  803.   dn ' e    ILa guag  Exters of  Iiad f folte source code    I e  PCc
  804. nti utet
  805. f    naros ine appLODyf   st thead roject featurewfoll ot be abl  jo load & s   Ite crits. Mlk nsure 
  806.       =2t,s.  ComplW    l
  807.  st ge si   ne La guag  Exters of  I,od, afos erwis =2t,s.  ComplW
  808.   mayjgphia "Bad ID Errcr"ewap  load,
  809.      --Csjis dirojk. on the BBS aldisBBS al3 3n the BBS al3 Files on disIlo
  810.   wltje   examen       Pdomfs di gniineAha ieeload a3 Files on dis"cleaf"  Ppy ne Aha i,  apt load     load f   . Inmdh arious test fict kspcc  typj3 Files on dis  l3 Files on disdisload("    .lod");3 Files on disdisload();3 Files on disdiss tNaro(TbeApp, "PROJ.IMA");3 Files on disdissnapshot(TbeApp);3 Files on dis3 Files on diskilitlk    iwai  eebut wfollreload aollce      laloolMisYd roject featuretIt apt view aollce          af Pdomine appBrce
  811.  
  812. .ree in               ZOr If yoan        --Ci g d wir atyp,
  813. 3 3n the BBS al firegicter(
  814.  
  815. Wg d w);regicter(Ga p Wg d w);3n the BBS al fiPW :=edefaultaew(
  816.  
  817. Wg d w, "P
  818.  
  819.  
  820.  
  821. ");3 Files on disdissojw(PW,1);3 Files on dis3 Files on disko "seallcef"e appapplic
  822. i  ,fuse cts sealceflron i PCcald            ZOspecify
  823.    be 
  824.  
  825. Appe lalojhn.mdh Ifil ePROJECT.IMA. on the BBS ale inmust owin r If yo    e ecu abl  fil ePROJECT.EXEjus,
  826. 3 t,s.  ComplW    re     a fil ePROJECT.RCjhn.mACTOR.EXEM33333
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.   PC-Proj15ct User Manual  3
  836.  
  837.  
  838.  
  839.  
  840.  
  841. alFiles on disIlo
  842.   modifyW    re     asaan  be PROJECT.EXEjfil e
  843.   sojectarious test fire     a  PCpil   gnincts -L op  of      Whi appapplic
  844. i  roject featurewfoll ontinu  jo mlk nuse ce exphn.  amemory.isn in       e3 Files on dis  l3 Files on disdisRCjPROJECT3 Files on dis  l3 Files on diswfollre PCpil      re     a fil ePROJECT.RCjutjo PROJECT.EXE. o3
  845.  
  846.  
  847.  
  848.  
  849.  
  850. 3.4 Learn
  851.        o3
  852.  
  853.  
  854.  
  855.  
  856.  
  857. Ilo
  858.  '   inter s   aine appdeoogt ne 
  859.  
  860.  
  861.  
  862.  
  863. ,   e se   f tte source codedm  be ocuicle  lis   abelow.isInenc   ag  
  864.      explore   yte source code     af Pdomhn.mlearnn     ab ut obcrit-ori
  865. n   ate ERT m,
  866. 3 t,s.  ComplWaldiWg d ws.isI'  s f  jo sayW  Whiie 
  867.  
  868.  
  869.  
  870.  
  871.    dtbIelorct program fdegelop   ineCpinraead ne Aha i ihite bablyictect     I lk lorct program fab ut twi aoa tlo
  872.    e  PCpProji  d  appeld re ultictect  otte source code    IbIeloa tgood. o3
  873.  
  874.  
  875.  
  876.  
  877.  
  878. Urlockei, Zack, "Whit wf yr'ssAha i: Aro ntroduc  ofy              ZO Obcrit-Ori
  879. n   aPe ERT m,
  880.  CP ap s", MRcrosoft Sys fm orct program f J   nal, Marchi1989, Vol 4, No.i2. o3
  881.  
  882.  
  883.  
  884.  
  885.  
  886. Urlockei, Zack, "AsMonhodologyjf in appReallWorld"e3 Files on dis CPCpu, reLa guag , JPC-Pryo1989, Vol 6, No.i1M333333333333333333333333333333333333
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893.  
  894.  
  895.   PC-Proj16333